-
Notifications
You must be signed in to change notification settings - Fork 13.9k
[FLINK-33210] Introduce lineage graph relevant interfaces #23626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
KarmaGYZ
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. Will merge it after all the comments addressed.
...streaming-java/src/main/java/org/apache/flink/streaming/api/lineage/DefaultLineageGraph.java
Show resolved
Hide resolved
flink-streaming-java/src/test/java/org/apache/flink/streaming/api/lineage/LineageGraphTest.java
Outdated
Show resolved
Hide resolved
flink-streaming-java/src/test/java/org/apache/flink/streaming/api/lineage/LineageGraphTest.java
Outdated
Show resolved
Hide resolved
flink-streaming-java/src/test/java/org/apache/flink/streaming/api/lineage/LineageGraphTest.java
Outdated
Show resolved
Hide resolved
|
@flinkbot run azure |
JingGe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for driving it! I just left some NIT comments
...streaming-java/src/main/java/org/apache/flink/streaming/api/lineage/DefaultLineageGraph.java
Outdated
Show resolved
Hide resolved
...streaming-java/src/main/java/org/apache/flink/streaming/api/lineage/DefaultLineageGraph.java
Outdated
Show resolved
Hide resolved
49e58e4 to
29dda59
Compare
|
Thanks @JingGe , please help to review this PR again |
|
@HuangZhenQiu @mobuchowski I have add dataset and facet interfaces in lineage vertex, please help to review this PR cc @X-czh |
29dda59 to
153eabb
Compare
...aming-java/src/test/java/org/apache/flink/streaming/api/lineage/DefaultLineageGraphTest.java
Outdated
Show resolved
Hide resolved
|
@FangYongs Thanks for the PR. The changes LGTM except for a nit on the UT. |
mobuchowski
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
153eabb to
99d146e
Compare
* [FLINK-33210] Introduce lineage graph relevant interfaces
What is the purpose of the change
This PR aims to add lineage graph relevant interfaces such as
LineageGraph,LineageVertex,SourceLineageVertexandLineageEdgeBrief change log
Verifying this change
This change added tests and can be verified as follows:
LineageGraphTestDoes this pull request potentially affect one of the following parts:
@Public(Evolving): (yes / no) yesDocumentation